home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / dev / c / CLib37x.lha / c_lib / ReadMe.MAXON < prev    next >
Encoding:
Text File  |  1997-01-25  |  1.2 KB  |  44 lines

  1. MaxonC (3.0) note:
  2. ------------------
  3. [Helmut Hummel <hhummel@t-online.de>]
  4.  
  5.  
  6. I have converted this source to the Maxon-C style with the
  7. compiler version 3.0 Light (including HotHelp).
  8. Some settings of the compiler stores paths so I did this
  9. on a disk named "DF0" to solve all resulting problems.
  10. To force the compiler to ignore all SAS/Storm related
  11. stuff, in all files **must** included the "maxon.h".
  12.  
  13. Until this version some settings are lost (global), so
  14. set this options in your global settings:
  15.  
  16. Compiler:
  17. C++ mode - off
  18. breaks   - off
  19. optimize - on
  20.  
  21. Linker:
  22. without startup code
  23. small (A4 relative)
  24. Link libs - amiga
  25.  
  26. The right order in the makefile is important !!
  27. (not at this example, but if you later add other functions)
  28. This should be (in the object lister):
  29. StartUp.o
  30. LibInit.o
  31. SampleFuncs.o
  32.  
  33. The size of the "example.library" will big a greater than
  34. from SAS/Storm (1212 bytes). Do not wonder about.
  35.  
  36. The source to TestExampleLib I would not convert, you should
  37. "can" do this, if you want to write a library or use the
  38. compiled program for testing.
  39.  
  40. If you must convert a SAS-C pragma file use the wonderful
  41. new "fd2pragma" version 2.20 archive on AmiNet dev/misc.
  42.  
  43. Happy programming.
  44.